---
title: "Modify a team member's information"
method: PATCH
path: "/team/{id}/members/{id|username}"
tags: ["teams"]
---

# Modify a team member's information

`PATCH /team/{id}/members/{id|username}`

## Request body

- ModifyTeamMemberBody
  - `role` string
  - `permissions` integer — The user's permissions in bitfield format In order from first to tenth bit, the bits are: - UPLOAD_VERSION - DELETE_VERSION - EDIT_DETAILS - EDIT_BODY - MANAGE_INVITES - REMOVE_MEMBER - EDIT_MEMBER - DELETE_PROJECT - VIEW_ANALYTICS - VIEW_PAYOUTS
  - `payouts_split` integer — The split of payouts going to this user. The proportion of payouts they get is their split divided by the sum of the splits of all members.
  - `ordering` integer — The order of the team member.

## Response `204`

Expected response to a valid request

## Other responses

- `401` — Incorrect token scopes or no authorization to access the requested item(s)
- `404` — The requested item(s) were not found or no authorization to access the requested item(s)

---

[API](https://skmtc.net/modrinth/apis/labrinth.md) · [All operations](https://skmtc.net/modrinth/apis/labrinth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modrinth/labrinth/revisions/16bb5dbc54f4/schema)
